Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Manipulating Draw Contexts


QAGetInt

You can use the QAGetInt function to get a long integer value of a draw context state variable.

#define QAGetInt(drawContext,tag) \
            (drawContext)->getInt (drawContext,tag)
drawContext
A draw context.
tag
A state variable tag.
DESCRIPTION
The QAGetInt function returns, as its function result, the long integer value of the draw context state variable specified by the drawContext and tag parameters. If the specified tag is not recognized or supported by that draw context, QAGetInt returns the value 0.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996